home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v7n17.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1988-09-13  |  254b  |  11 lines

  1. ECHO OFF
  2. ECHO Enter AUTOEXEC Commands as instructed in the manual.
  3. ECHO Press the F6 key when done.
  4. CD \
  5. IF EXISTS AUTOEXEC.BAT GOTO LABEL1
  6. REM CREATE EMPTY FILE
  7. ECHO OFF > AUTOEXEC.BAT
  8. :LABEL1
  9. COPY AUTOEXEC.BAT+CON > NUL
  10. PATH=%PATH%;D:\NEWDIR
  11.